.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.scale_img {
	overflow: hidden;
}

.scale_img img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}

.scale_img:hover img {
	transform: scale(1.05);
}

.umbanner img {
    width: 100%;
    display: block;
}
.um-search {
    padding-bottom: 100px;
}
.um-search-list li{
    width: 25%;
    padding: 1%;
    float: left;
    text-align: center;
}
.um-search-list li img{
    width: 100%;
    display: block;
}
.um-search-list li .title{
    margin-top: 10px;
}
.um-search .pager{
    margin: 30px 0 40px;
}
.um-search-form {
    text-align: center;
    font-size: 0;
}
.um-search-form input{
    width: 80%;
    height: 40px;
    vertical-align: top;
    border: 1px solid #017ccb;
    background: #fff;
    padding: 0 20px;
    outline: none;
}
.um-search-form button{
    width: 15%;
    height: 40px;
    vertical-align: top;
    border: none;
    background: #017ccb;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

.um-bread {
	height: 59px;
	border-bottom: 1px solid #e2e2e2;
	line-height: 58px;
	font-size: 15px;
	color: #7d7d7d;
}
.um-bread .w {
	background: url(../images/breadicon.png) no-repeat left center;
	padding-left: 30px;
}
.um-main {
	padding: 30px 0 120px;
	overflow: hidden;
}
.um-lside {
	width: 300px;
	float: left;
}
.um-lside .um-lside-menu {
	margin-bottom: 25px;
}
.um-lside .um-lside-menu .tit {
	height: 116px;
	background: url(../images/lsidetit.png) no-repeat center;
	background: #017ccb;
	text-align: center;
	color: #fff;
	padding-top: 22px;
}
.um-lside .um-lside-menu .tit h2 {
	font-size: 25px;
	font-weight: normal;
}
.um-lside .um-lside-menu .tit p {
	font-size: 23px;
	text-transform: uppercase;
	font-family: arial;
}
.um-lside .um-lside-menu ul {
	background: #efefef;
	padding: 19px 24px;
}
.um-lside .um-lside-menu ul li {
	margin-bottom: 6px;
}
.um-lside .um-lside-menu ul li:hover a,
.um-lside .um-lside-menu ul li.on a {
	background: #017ccb;
	color: #fff;
}
.um-lside .um-lside-menu ul li:hover a::before,
.um-lside .um-lside-menu ul li.on a::before {
	border-left-color: #fff;
}
.um-lside .um-lside-menu ul a {
	display: block;
	height: 52px;
	background: #fff;
	font-size: 18px;
	color: #414141;
	line-height: 52px;
	padding: 0 30px;
}
.um-lside .um-lside-menu ul a::before {
	content: "";
	float: right;
	display: block;
	width: 0;
	height: 0;
	margin-top: 22px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 11px solid #9f9f9f;
}
.um-lside .um-lside-contact .tit {
	line-height: 0;
}
.um-lside .um-lside-contact .desc {
	background: #efefef;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	padding: 25px;
}
.um-lside .um-lside-contact .desc .tel {
	background: url(../images/lsidetel.png) no-repeat left center;
	padding-left: 40px;
	font-size: 29px;
	color: #017ccb;
	font-weight: bold;
	margin-bottom: 10px;
}
.um-lside .um-lside-contact .desc .slogan {
	font-size: 15px;
	line-height: 31px;
	margin: 20px 0;
}
.um-right {
	float: right;
	width: 870px;
}
.um-right-tit {
	height: 66px;
	border-bottom: 1px solid #d6d6d6;
	padding-top: 19px;
	margin-bottom: 20px;
}
.um-right-tit h2 {
	border-left: 6px solid #017ccb;
	line-height: 26px;
	padding-left: 13px;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
.um-page {
	font-size: 18px;
	line-height: 42px;
	color: #333;
}
.um-page img {
	max-width: 100%;
}
.um-newslist li {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 28px;
	margin-bottom: 28px;
	overflow: hidden;
}
.um-newslist li a {
	display: flex;
}
.um-newslist li .img {
	float: left;
	width: 207px;
}
.um-newslist li .time {
	float: left;
	width: 93px;
	border-right: 1px solid #d5d5d5;
	height: 137px;
	font-size: 16px;
	color: #808080;
	font-family: arial;
	padding-left: 18px;
	margin-right: 20px;
}
.um-newslist li .time b {
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}
.um-newslist li .desc {
	width: 63%;
}
.um-newslist li h4 {
	font-size: 20px;
	font-weight: normal;
	color: #434343;
}
.um-newslist li p {
	font-size: 14px;
	line-height: 28px;
	color: #777;
	height: 56px;
	overflow: hidden;
	margin: 10px 0 20px;
}
.um-newslist li .more {
	background: url(../images/newsr.png) no-repeat left center;
	height: 13px;
	display: inline-block;
	width: 80px;
	transition: all 0.3s;
}
.um-newslist li:hover .more {
	transform: translateX(15px);
}
.um-newslist li:hover .time,
.um-newslist li:hover h4 {
	color: #017ccb;
}
.um-prolist li {
	width: 278px;
	float: left;
	margin-right: 18px;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.um-prolist li:nth-of-type(3n) {
	margin-right: 0;
}
.um-prolist li p {
	height: 64px;
	line-height: 64px;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
}
.um-prolist li p i {
	display: block;
	float: right;
	width: 53px;
	height: 23px;
	margin-top: 23px;
	border: 1px solid #adbaca;
	border-radius: 12px;
	background: url(../images/pror.png) no-repeat center;
}
.um-prolist li:hover {
	box-shadow: 0 0 9px 3px #e5e5e5;
}
.um-prolist li:hover p i {
	border-color: #017ccb;
	background: url(../images/pror2.png) no-repeat center #017ccb;
}



.picshow-tit{
    text-align: center;
    border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.picshow-tit h3{
    font-size: 30px;
    color: #333;
}

.picshow-tit p{
    font-size: 13px;
    color: #999;
    font-family: arial;
    margin-top: 4px;
}



.picshow-desc{
    font-size: 16px;
    color: #333;
    line-height: 2;
    padding-bottom: 30px;
}
.picshow-slide{
    width: 361px;
    float: left;
}
.picshow-slide-img img{
    width: 100%;
    display: block;
}
.picshow-slide ul{
    overflow: hidden;
    background: #dcdcdc;
}
.picshow-slide li{
    float: left;
    width: 33.3%;
    padding: 1%;
}
.picshow-slide li.on{
    background: #017ccb;
}
.picshow-slide li img{
    width: 100%;
    display: block;
}

.picshow-info{
    margin-left: 400px;
}
.picshow-info h3{
    font-sizE:25px;
    color:#333;
    margin-bottom: 10px;
}
.picshow-info p{
    font-size: 15px;
    color: #333;
}
.picshow-info .tel{
    height: 85px;
    margin-top: 20px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding:0 20px;
    font-sizE:15px;
    color:#333;
    background: url(../images/protel.png) no-repeat 10px center;
    padding-left: 68px;
    line-height: 1.3;
    padding-top: 17px;
}
.picshow-info .tel b{
    display: block;
    font-sizE:25px;
    color:#f20b0b;
}
.picshow-slide-tit{
    height: 55px;
    background: #f2f2f2;
    padding-top: 15px;
    margin-top: 26px;
    margin-bottom: 30px;
}
.picshow-slide-tit h2{
    line-height: 26px;
    border-left: 5px solid #017ccb;
    padding-left: 15px;
    color: #017ccb;
    font-weight: normal;
    font-size: 18px;
}




.point {
    font-size: 14px;
    padding: 15px 0;
    overflow: hidden;
    color: #444;
    border-top: 1px solid #e4e4e4;
}

.point_prev {
    float: left;
}

.point_next {
    float: right;
}





.um-message .pager {
	margin: 20px 0;
}
.um-msg-form .form-group {
	margin-bottom: 20px;
}
.um-msg-form .form-group label {
	font-size: 15px;
	color: #999;
	margin-right: 10px;
	vertical-align: top;
	line-height: 50px;
	width: 50px;
	display: inline-block;
}
.um-msg-form input {
	height: 50px;
	width: 500px;
	border: 1px solid #d5d5d5;
    padding: 0 15px 0 37px;
	color: #999;
	outline: none;
}
.um-msg-form textarea {
	height: 160px;
	width: 780px;
	border: 1px solid #d5d5d5;
    padding: 8px 37px;
	color: #999;
	font-size: 15px;
    font-family: auto;
	outline: none;
}
.um-msg-form input::placeholder,
.um-msg-form textarea::placeholder{
    color:#ccc;
}
.um-msg-form .form-img input {
	width: 130px;
	height: 33px;
    vertical-align: top;
    padding:0 10px;
}
.um-msg-form .submit {
	width: 500px;
	height: 60px;
	border: none;
	background: #017ccb;
	text-align: center;
	color: #fff;
	line-height: 60px;
	transition: all 0.3s;
	cursor: pointer;
	font-size: 20px;
}
.um-msg-form .submit:hover {
	background: #017ccb;
}

.form-name{
    background: url(../images/msg1.png) no-repeat 8px center;
}
.form-tel{
    background: url(../images/msg2.png) no-repeat 8px center;
}
.form-textarea{
    background: url(../images/msg4.png) no-repeat 8px 8px;
}


.um-recommend {
	background: #f7f7f7;
	margin-top: 40px;
}
.um-recommend .recomm-tit {
	font-size: 20px;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 20px 10px;
}
.um-recommend .recomm-tit h3 {
	border-left: 3px solid #017ccb;
	font-size: 16px;
	color: #333;
	padding-left: 12px;
	line-height: 20px;
}
.um-recommend .commend-pro {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.um-recommend .commend-pro li {
	flex: 1;
	padding: 0 1%;
}
.um-recommend .commend-pro li h5 {
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #333;
}
.um-recommend .commend-news {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.um-recommend .commend-news li {
	width: 48%;
	margin-bottom: 5px;
}
.um-recommend .commend-news li a {
	display: block;
	border-bottom: 1px dashed #d6d6d6;
	line-height: 42px;
	color: #333;
	font-size: 14px;
}
.um-recommend .commend-news li a span {
	color: #999;
}
.um-recommend .commend-news li a:hover {
	color: #017ccb;
}
.pager {
	text-align: center;
	font-size: 0;
}
.pager a {
	display: inline-block;
	padding: 10px 20px;
	background: #f1f1f1;
	font-size: 13px;
	font-family: arial;
	color: #666;
	margin: 0 3px;
}
.pager a:hover,
.pager .page-num-current {
    background: #017ccb;
    color: #fff;
}


.um-message-info {
    background: #f8f8f8;
}

.um-message-info h5 {   
    font-size: 26px;
    color: #191919;
    padding: 0 18px;
    background: #fff;
    text-align: center;
    padding-bottom: 27px;
}

.media-body {
    padding: 18px;
}

.media-body h6 {
    font-size: 15px;
    color: #017ccb;
    font-weight: bold;
    font-family: arial;
    font-size: 13px;
}

.media-body .question-con {
    font-size: 13px;
    color: #444;
    padding: 14px 10px;
    background: #f3f3f3;
    margin: 10px 0;
    font-family: arial;
    border: 1px solid #e8e8e8;
}
.media-body p span{
    font-size: 13px;
    font-family: arial;
    margin-right: 10px;
    color: #999;
}
.media-body .media{   
    margin-top: 20px;
    border-top: 1px solid #dadada;
}
.media-body .media h6{
    color:#017ccb;
}


